home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
pc
/
3-Presentations
/
Apple Demos
/
Training
/
AppleCD SC Training
/
General 1
/
background_2837.txt
< prev
next >
Wrap
Text File
|
1990-04-02
|
1KB
|
50 lines
-- background: 2837 from stack: in
-- bmap block id: 8064
-- flags: 0000
-- background id: 0
-- name:
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=319 right=342 bottom=18
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
play boing
repeat with i=1 to the number of card fields
set the locktext of card field i to false
end repeat
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=0 top=319 right=342 bottom=18
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
play boing
repeat with i=1 to the number of card fields
set the locktext of card field i to true
end repeat
end mouseUp